
Apresa Client Installation
=====================================================================================

The program can be installed using the .exe installers, or the .msi installers.

There is a separate installer for the Pro version,
which installs additional files needed for the advanced screen recording component to work.
It accept a different type of license key.

The .msi installer understands the same arguments as the .exe installer,
except that these must be specified in the WRAPPED_ARGUMENTS parameter.
For example:

ApresaClientProInstall.exe /sn KEY /verysilent /norestart /suppressmsgboxes

or alternatively:

msiexec.exe /i "directory\ApresaClientProInstall.msi" WRAPPED_ARGUMENTS="/sn KEY /verysilent /norestart /suppressmsgboxes"

The standard InnoSetup command line parameters can be used, for example:

/silent : runs visibly, but generally avoid dialog
/verysilent : runs in the background
/suppressmsgboxes : avoid any user interaction

For more information, please see the InnoSetup documentation
(https://jrsoftware.org/ishelp/index.php?topic=setupcmdline).

In addition to these, the following parameters can be used:

/sn KEY : sets the license key
/optdir DIRECTORY : The specified directory will be used to load and store settings.



